home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000459_news@columbia.edu_Wed Dec 14 04:08:17 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA21682
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 17 Dec 1994 04:26:23 -0500
  3. Received: by apakabar.cc.columbia.edu id AA02525
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 17 Dec 1994 04:26:21 -0500
  5. Path: news.columbia.edu!spcuna!solaris.cc.vt.edu!news.mathworks.com!europa.eng.gtefsd.com!gatech!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: 3.14 beta 14 and PC/TCP
  9. Message-Id: <1994Dec14.100818.35424@cc.usu.edu>
  10. Date: 14 Dec 94 10:08:17 MDT
  11. References: <D0n8CD.Gn8@adasoft.ch> <1994Dec11.104027.35139@cc.usu.edu> <D0rs3v.L9K@adasoft.ch>
  12. Organization: Utah State University
  13. Lines: 53
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <D0rs3v.L9K@adasoft.ch>, jw@adasoft.ch (Jamie Watson) writes:
  17. > In article <1994Dec11.104027.35139@cc.usu.edu> jrd@cc.usu.edu (Joe Doupnik) writes:
  18. >>    The situation is easy to clarify. SET PORT TCP in Kermit means
  19. >>to use Kermit's internal TCP/IP stack. That stack requires either a suitable
  20. >>Packet Driver or ODI to talk to the lan adapter. FTP Inc's stack does more
  21. >>or less the same thing. You loaded FTP Inc's stack and then told Kermit to
  22. >>go to the same board and grab it; you are not running "over FTP Inc's stack."
  23. >>I'm surprized that you we able to run Kermit over the board with FTP still
  24. >>using all the TCP/IP material. 
  25. > Sigh.  I'm really sorry for having asked such a bonehead question.  I read
  26. > about this restriction in several different places, but I am obviously
  27. > not knowledgeable enough about DOS and networking to have understood what
  28. > it really meant.  I had assumed that it meant that I couldn't run kermit
  29. > and one of the PC/TCP utilities at the same time, but now that I stop to
  30. > think about that, it's a pretty silly idea under DOS; I guess it just
  31. > shows that my mind has frozen into Unix-based thought patterns.  Anyway,
  32. > I just tried unloading the PC/TCP stack (inet unload) before starting
  33. > kermit, and then reloading it (ethdrv) after terminating kermit, and it
  34. > works just fine.  Thanks for the help.
  35. >>    If you want FTP Inc's stack to remain resident and run Kermit
  36. >>over the top of it you must use FTP's TNGLASS program, and tell Kermit
  37. >>SET PORT BIOS1.
  38. > This still doesn't work for me, even with Beta-15 installed.  I first
  39. > tried just "tnglass pan", and it connects just fine.  I then tried the
  40. > command specified in networks/setup.doc, and found that I had to change
  41. > the argument format somewhat to even get it to accept the command, but
  42. > it still doesn't work.  The command I gave was:
  43. >     tnglass pan -c 0 -i -e kermit.exe set port bios1 , connect
  44. > This starts the tnglass program, and then starts kermit, but it immediately
  45. > says "Connection closed".  I have tried just starting kermit without the
  46. > commands on the command line, then given the bios1 and conect to kermit
  47. > myself, but I got the same result.  Am I still doing something wrong?  By
  48. > the way, I am using PC/TCP version 3.0, so that might explain at least the
  49. > difference in command line parsing; I assume that the setup.doc file was
  50. > written based on PC/TCP version 2.3 or earlier.
  51. ---------------
  52.     Works here, but without the "-i" option. That option is supposed
  53. to keep the Telnet session open until the external terminal emulator loads
  54. (which makes sense, but why would we need a option for something as necessary
  55. as this?), and <something, antecedent unclear in the manual> sends an Int 14h
  56. init command.
  57.     If I include the -i option then the connection is closed by the
  58. time the terminal emulation screen comes up, else it stays open. Go figure.
  59.     The same thing happens with MSK 3.13.
  60.     Please follow directions from the vendor of the product you are
  61. using. For Tnglass follow those of FTP Software Inc for tnglass options
  62. of the version you have.
  63.     Joe D.